home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / misc / CPU112.readme < prev    next >
Text File  |  1995-07-02  |  7KB  |  160 lines

  1. Short:    CPU Control Utility
  2. Author:   m_berndt@wanderer.gun.de (Martin Berndt)
  3. Uploader: m_berndt@bluemoon.gun.de (Martin Berndt)
  4. Type:     util/misc
  5.  
  6. --------------------------------------------------------------------------
  7.                        CPU-Control 1.12 (18-Apr-95)
  8. --------------------------------------------------------------------------
  9.  
  10. CPU-Control  is  a  CPU-like utility for Kickstart/WB 2.0 including a GUI.
  11. The  main  difference  to  other  tools  of this kind is, that CPU-Control
  12. recognizes  external  changes  of  any of its parameters.  Because of this
  13. special  feature it needs some CPU-Time (not much), but in iconified state
  14. it needs no processor time at all.  Additionally CPU-Control allows moving
  15. VBR  (VectorBaseRegister)  to  Fast-RAM, which significantly speeds up all
  16. Traps/Interupts.   Many  CLI  Options have been included to allow usage in
  17. scripts,  so it's a good idea to put "CPU-Control vbr nw" in your Startup-
  18. Sequence.
  19.  
  20. --------------------------------------------------------------------------
  21.                                  History
  22. --------------------------------------------------------------------------
  23.  
  24. 1.0     -       initial release:  8-May-92
  25.  
  26. 1.1     -       release date:    13-May-92
  27.  
  28.                 - many serious bugs (hopefully) fixed
  29.                 - overall code optimisation
  30.                 - added 68020/851 and 68030 MMU support
  31.                 - added "ICONIFY" option
  32.  
  33. 1.2     -       release date:    14-May-92
  34.  
  35.                 - added CHECK option to test for a specified processor
  36.                   Example: CPU-Control check 68030
  37.                            will produce an ErrorCode 5 if not found
  38.                   CHECK always activates the NOWIN option
  39.                 - cleaned-up menu layout
  40.  
  41. 1.3     -       release date:    16-May-92
  42.  
  43.                 - added MOVESSP option to allow moving the Supervisor
  44.                   Stackpointer to fast memory
  45.                 - CLI mode (especially CHECK) can now be used on 68000
  46.                 - minor code cleanup
  47.  
  48. 1.3a    -       release date:     7-Jul-92
  49.  
  50.                 - Cache-Inhibit for ChipRAM is no longer set automatically
  51.                   because every well-behaving hardware (including A3000
  52.                   and A2620/30 Turboboards) does this already.
  53.                   In addition operation in ChipRAM is slightly faster now,
  54.                   because the hardwired solution effects Datacache only.
  55.                   In case of trouble the CCI option (CLI only!) could be
  56.                   used to enable Cache-Inhibit. Of course this option is
  57.                   only useful if used together with the MMU option.
  58.  
  59. 1.4     -       release date:    16-Jul-92
  60.  
  61.                 - implemented support for PC/AT-Bridgeboards
  62.                   Cache-Inhibit for Dual-Ported-RAM will be set as soon
  63.                   as the MMU becomes active (SafeKick or FastROM)
  64.                 - implemented SystemInfo (Menu or CLI-Option "SI")
  65.                   The short delay when measuring the MIPS performance is
  66.                   quite normal, so don't worry about it!
  67.                 - more Menu-Shortcuts available (just have a look...)
  68.                 - minor code cleanup
  69.  
  70. 1.5             release date:    21-Jul-92
  71.  
  72.                 - CPU-Control is Font-Sensitive now!
  73.                 - replaced "CPU: ..... FPU: ....." text by "System Info"
  74.                   gadget
  75.  
  76. 1.5a            release date:    17-Sep-92
  77.  
  78.                 - Oh dear... Cache-Inhibit for Bridgeboards did not work!
  79.  
  80. 1.6             release date:    27-Oct-92
  81.  
  82.                 - FastROM and SafeKick works with 68040 now (hopefully!).
  83.                   Address-Space is currently truncated to 64MB in order
  84.                   to keep translation tables short and fast.
  85.                 - improved MMU-switching routines
  86.  
  87. 1.7             release date:    13-Mar-93
  88.  
  89.                 - GUI is now fully OS-3.x compatible (Menus, BusyPointer)
  90.                 - AA Chipset is recognized now
  91.                 - minor code cleanup
  92.  
  93. 1.8             release date:     4-Apr-93
  94.  
  95.                 - 040 CopyBack switching behaves exactly like the CPU
  96.                   command now.
  97.                 - fixed MMU routines for A4000/40.
  98.                   active MMU (after SetPatch) will be displayed as ALIEN,
  99.                   inactive MMU will be displayed as PRIVATE.
  100.                   MMU usage is forbidden, and would be useless anyway.
  101.  
  102. 1.9             release date:    25-May-93
  103.  
  104.                 - overall code cleanup
  105.                 - added MFLOPS calculation to System Info
  106.                 - display method for active Kickstart version is 100%
  107.                   clean now
  108.  
  109.                 BTW: MIPS and MFLOPS are no absolute values, but they
  110.                      can be helpful to compare systems using the SAME
  111.                      test software.
  112.  
  113. 1.10            release date:    12-Mar-95
  114.  
  115.                 - fixed small bug in MIPS/MFLOPS display routines
  116.                 - FastROM and SafeKick support for 68040 removed
  117.                 - removed internal ColdReboot patch, replaced by external
  118.                   RebootPatch program, which works perfectly with all MMUs
  119.                 - added external PatchExcept program to fix a serious bug
  120.                   in Kickstarts guru routines
  121.                 - includes source files for RebootPatch and PatchExcept
  122.  
  123. 1.11            release date:    17-Apr-95
  124.  
  125.                 - some more code cleanup
  126.                 - included PCInhibit030 to switch CacheInhibit for C=
  127.                   A2x86 Bridgeboards. The MMU must be already active.
  128.                   This should work with MMU tables from CPU-Control,
  129.                   CPU (FastROM), SoftBoot (A3000) and A3000 Kickstart.
  130.                   Simply call this command BEFORE BindDrivers.
  131.  
  132. 1.12            release date:    18-Apr-95
  133.  
  134.                 - improved Bridgeboard recognition, so PCInhibit030
  135.                   is not needed if the MMU has been enabled by
  136.                   CPU-Control.
  137.  
  138.  
  139.                 ATTENTION: If the main progamm file doesn't have a length
  140.                            of 7976 Bytes it is DAMAGED!
  141.  
  142. --------------------------------------------------------------------------
  143.  
  144.  
  145. ============================= Archive contents =============================
  146.  
  147. Original  Packed Ratio    Date     Time    Name
  148. -------- ------- ----- --------- --------  -------------
  149.     7976    4969 37.7% 18-Apr-95 12:14:34  CPU-Control
  150.    11879    4028 66.0% 18-Apr-95 12:20:34  CPU-Control.doc
  151.      938     355 62.1% 16-May-92 02:38:56  CPU-Control.info
  152.      348     284 18.3% 15-Jan-95 01:11:10  PatchExcept
  153.     1304     551 57.7% 15-Jan-95 01:11:06  PatchExcept.asm
  154.      364     323 11.2% 17-Apr-95 13:56:52  PCInhibit030
  155.     1757     780 55.6% 17-Apr-95 13:56:44  PCInhibit030.asm
  156.      260     240  7.6% 12-Mar-95 17:03:18  RebootPatch
  157.      880     459 47.8% 12-Mar-95 16:11:14  RebootPatch.asm
  158. -------- ------- ----- --------- --------
  159.    25706   11989 53.3% 21-Apr-95 23:50:16   9 files
  160.